home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / Games / retroland.swf / scripts / frame_11 / PlaceObject2_207_1392 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2007-10-01  |  128b  |  8 lines

  1. onClipEvent(enterFrame){
  2.    if(_level0.points >= 100)
  3.    {
  4.       _level0.lives += 1;
  5.       _level0.points -= 100;
  6.    }
  7. }
  8.